From: Ken Brown Date: Thu, 11 Jan 2018 16:40:37 +0000 (-0500) Subject: Unbreak the Cygwin-w32 build X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~19^2~6283 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=e6266cb95ce9ea7e8fdcc1e2298bcb0513416f3e;p=emacs.git Unbreak the Cygwin-w32 build * src/keyboard.c (input_polling_used) [CYGWIN]: Restore. This was removed on Cygwin in the commit "On non-MS-Windows, omit unnecessary polling functions". But it is used in w32fns.c:x_make_frame_visible in the Cygwin-w32 build. --- diff --git a/src/keyboard.c b/src/keyboard.c index 07392b7d495..714c8fee656 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -1932,7 +1932,7 @@ start_polling (void) #endif } -#ifdef DOS_NT +#if defined CYGWIN || defined DOS_NT /* True if we are using polling to handle input asynchronously. */ bool